-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [IOCOM-868] Update SEND message header and content to the new design system #5431
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5431 +/- ##
==========================================
+ Coverage 47.12% 47.29% +0.16%
==========================================
Files 1459 1463 +4
Lines 31315 31366 +51
Branches 7621 7628 +7
==========================================
+ Hits 14757 14834 +77
+ Misses 16500 16474 -26
Partials 58 58
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
ts/features/messages/components/MessageDetail/__tests__/MessageDetailHeader.test.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR depends on #5431 ## Short description This PR updates the `MessageDetails` component in order to display the tags. _NOTE: Other PRs will follow to update the rest of the message._ <details open><summary>Details</summary> <p> | MessageDetails | | - | | <img src="https://github.com/pagopa/io-app/assets/29163287/3df211d0-43fa-460a-b7a7-b2ef0a514f41" width="300"/> | </p> </details> ## List of changes proposed in this pull request - added the tags in the header of the SEND message ## How to test Using the `io-dev-api-server`, generate a SEND message. Enable the design system and navigate to the message details. Check that the content is displayed correctly. --------- Co-authored-by: Andrea <[email protected]>
Short description
This PR updates the header and content of a SEND message.
NOTE: Other PRs will follow to update the rest of the message.
Details
List of changes proposed in this pull request
MessageDetailHeader
MessageDetailsContent
How to test
Using the
io-dev-api-server
, generate a SEND message. Enable the design system and navigate to the message detail. Check that the content is displayed correctly.